home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / tbag / 1-10 / tb5 / doc-files / graphics-doc / slideshow.doc < prev    next >
Text File  |  1985-11-26  |  639b  |  34 lines

  1. Slideshow.doc
  2.  
  3.  Slideshow allows you to display pictures and text in many different ways.
  4. First you will need the program Slideshow. Next you need to put your
  5. pictures and text files in the same directory. Then you need to create a
  6. script file. Below is an example script file with all the available options.
  7.  
  8.  
  9. load text filename
  10. show
  11. wait 5
  12. load picture1
  13. fadein
  14. load picture2
  15. scrolldn
  16. load picture3
  17. scrollup
  18. load text filename2
  19. pullup
  20. load picture 4
  21. pulldn
  22. cycle
  23. wait 5
  24. load text filename3
  25. show
  26. wait 10
  27.  
  28.  
  29.  Where filename is insert the name of your textfile and picture with the
  30. name of your picture files. I hope you have fun.
  31.  
  32. Enjoy...
  33.  
  34.